Welcome![Sign In][Sign Up]
Location:
Search - template match

Search list

[Graph programOnRecogMatch

Description: 根据图象模板,在待匹配的图象中找到匹配的位置-According to the image template to be matched in the images found to match the location of
Platform: | Size: 1024 | Author: uldbel | Hits:

[Special Effectsgougou23201016

Description: 实现对运动物体进行实时的检测,并且可实现运动目标物体与原始模板之间的匹配-To achieve real-time detection of moving objects, and can realize the moving target object and the match between the original template
Platform: | Size: 20890624 | Author: wangxiaomeng | Hits:

[matlabDTW

Description: DTW算法的程序,申请两个n*m的矩阵D、d,分别为累积距离和帧匹配距离。这里n和m为测试模版与参考模版的帧数。然后通过一个循环计算两个模版的帧匹配距离d。接下来进行动态规划,为每个格点 (i,j)都计算其三个可能的前续格点的累积距离D1,D2,D3。考虑到边界问题,有些前续格点可能不存在,因此加入一些判断条件最后利用最小值函数min(),找到三个前续格点的累积 距离作为累积距离,与当前帧的匹配距离d(i,j)相加,作为当前格点的累积距离。该计算过程一直达到格点(n,m),并将D(n,m)输出,作为模版匹配的结果。-DTW algorithm procedures, apply two n* m matrix D, d, respectively, accumulated distance and frame matching distance. Where n and m is a reference test pattern and the template frames. Then through a loop to calculate two frames template matching distance d. Next, dynamic programming, for each grid point (i, j) are calculated from the cumulative D1 before the renewal of its three possible lattice point, D2, D3. Taking into account the boundary problem, some former continued grid point may not exist, so add some conditions to determine the final use of the minimum function min (), found three former continued accumulation of grid points cumulative distance as the distance from the current frame to match the d (i, j) added, and a current cumulative distance grid. This calculation has reached the grid (n, m), and D (n, m) output, as a result of template matching.
Platform: | Size: 1024 | Author: 韦卫 | Hits:

[Linux-UnixTemplateSubPatternAssociation

Description: A class to contain a match pattern and it s corresponding template.
Platform: | Size: 2048 | Author: fiufanghue | Hits:

[Special EffectsPSO-matching

Description: 粒子群算法实现图像匹配,用目标图像作为搜索域,与模板图像进行匹配。-PSO algorithm for image matching, with the target image as a search domain, and the template image to match.
Platform: | Size: 2048 | Author: 田丰 | Hits:

[Special EffectsMatch-Template

Description: 分享一个图像匹配的程序,里面包含图片和代码。-Share an image matching program, which contains pictures and code.
Platform: | Size: 99328 | Author: 朱俊杰 | Hits:

[OpenCVourdev_635737G1JR61_WIN7

Description: 实习图像轮廓的匹配,模板匹配,图像配准,能实现两幅图像的匹配-Practice match the image outline, template matching, image registration, to achieve the matching of two images
Platform: | Size: 1428480 | Author: baijun | Hits:

[OtherDataHash_20130330

Description: a template as binary edge image the function finds the object that match the template in the image. The orientation of the object can be different that of the template. Scanning is done by rotating the template and matching it to the image in various of angles, the best match is returned. Matching the template generalized hough transform. See the ReadRe file in the code zip file for more details-a template as binary edge image the function finds the object that match the template in the image. The orientation of the object can be different that of the template. Scanning is done by rotating the template and matching it to the image in various of angles, the best match is returned. Matching the template generalized hough transform. See the ReadRe file in the code zip file for more details
Platform: | Size: 7168 | Author: md adil | Hits:

[matlabshou

Description: 一种手势识别的方法, 可以通过摄像头采集数据,然后和保存的模版对比,达到识别的效果,但摄像头实时采集,因电脑而异,需要稍微改动。-A gesture recognition method, data can be collected through the camera, and then match the template , to identify the effect, but the camera real-time acquisition, due to computer-specific, need a little change
Platform: | Size: 31744 | Author: 王一凡 | Hits:

[Special EffectstemplateMatching

Description: 使用模板匹配算法实现图像的匹配,可以为图像的匹配也可以用作边缘的匹配确定边缘的位置-Position using a template matching algorithm matching images, which can be matched images can also be used to determine the edge of the edge of the match
Platform: | Size: 40960 | Author: 章吉 | Hits:

[AlgorithmSSDA

Description: SSDA算法,实现模板匹配,并有时频域匹配的例子-Examples SSDA algorithm, template matching, and sometimes match the frequency domain
Platform: | Size: 34816 | Author: 黄刘军 | Hits:

[Program docMassively-Parallel-Approach-to-Pattern-Recognitio

Description: Template matching is concerned with measuring the similarity between patterns of two objects. This paper proposes a massively parallel approach to pattern recognition with a large template set. A class of image recognition problems inherently needs large template sets, such as the recognition of Chinese characters which needs thousands of templates. The proposed algorithm is based on the SIMD-SM-R machine or the SIMD machine with broadcasting abilities, which is the most popular parallel machine to date, using a multiresolution method to search for the matching template. The approach uses the pyramid data structure for the multiresolution representation of templates and the input image pattern. For a given image it scans the template pyramid searching for the match. Implementation of the proposed scheme is described.
Platform: | Size: 591872 | Author: silkan_h | Hits:

[Othermy-project

Description: For the detection of sign each frame is analysed. First the image is Converted into gray scale image and then threshold is performed. Then by using blob analysis portion of red part is extracted. Then this extracted part is compared with each template. If the template is matched with extracted part then a rectangle is drawn at the location of extracted part in that frame. In this way rectangle is drawn at all the frames and at the end all frames are played using implay video command. Recognition and display the Name of Traffic Sign Now when the template is matched with extracted blob this is done by using correlation. Each template is matched with extracted blob by correlating each template and extracted part.If there’s exactly or 50 match then a check is assigned that its completely matching with the extracted blob sign. Now template is recognized Now the name of recognized sign is concatenated with the red sign. Image of Sign is Deigned and will be provided With the Source Code. -For the detection of sign each frame is analysed. First the image is Converted into gray scale image and then threshold is performed. Then by using blob analysis portion of red part is extracted. Then this extracted part is compared with each template. If the template is matched with extracted part then a rectangle is drawn at the location of extracted part in that frame. In this way rectangle is drawn at all the frames and at the end all frames are played using implay video command. Recognition and display the Name of Traffic Sign Now when the template is matched with extracted blob this is done by using correlation. Each template is matched with extracted blob by correlating each template and extracted part.If there’s exactly or 50 match then a check is assigned that its completely matching with the extracted blob sign. Now template is recognized Now the name of recognized sign is concatenated with the red sign. Image of Sign is Deigned and will be provided With the Source Code.
Platform: | Size: 2504704 | Author: mary | Hits:

[WEB Codetheme-v0.3.0

Description: PHP扩展Theme2.0 是根据Tinysupe的模板引擎开发的,该版本在Windows平台上还有一些BUG存在,欢迎各个Tinysupe的爱好者下载测试。 在源码包中包含了部分已经生成好的PHP扩展(theme.so 和 php_theme.dll),在精简包中只包含了已经生成好的PHP扩展,如果和PHP的版本不匹配请下载源码包生成。-PHP expansion Theme2.0 is based on the Tinysupe template engine development, the version on the Windows platform, there are some BUG exist, welcome to download the test of all Tinysupe enthusiasts. In the source package contains the part already generated a good PHP extensions (theme.so and PHP Php_theme.dll), in the compact package contains only the already generated a good PHP extension. If PHP version does not match, please download the source code package for the generation.
Platform: | Size: 31744 | Author: 小小 | Hits:

[OtherEDGE

Description: 模板匹配人员必看!!!!基于边缘的模板匹配算法,先进行Canny边缘提取,得到边缘的梯度,之后通过金字塔算法和旋转投影变换算法进行匹配-Staff must see !!!! template matching algorithm based on template matching edges, the first for Canny edge detection, gradient to give the edge, followed by pyramid algorithm and rotating projection transformation algorithm to match! !
Platform: | Size: 4362240 | Author: xuchanglong | Hits:

[Web Serverbaidugoogle

Description: 本程序聚合了百度和谷歌搜索结果的搜索小偷,并且过滤了重复域名,模板漂亮整洁,经过多天的测试和改进,已经使两个搜索引擎很好的结合在一起,目前已经没有发现匹配出错情况了。-This program aggregates Baidu and Google search results thieves, and filter the duplicate domain name, the template pretty neat, after several days of testing and improvement, has made a good combination of the two search engines, there has been no match error The situation.
Platform: | Size: 327680 | Author: iva | Hits:

[Picture ViewerT_11

Description: 1.编写程序,完成灰度分段线性变换。如下图所示,输入两个点的坐标完成对图像的分段线性对比度拉伸。 2. 学习使用histeq函数,完成 ①对’lena.bmp‘的直方图均衡化; ②以’cameraman.tif’的直方图为模板,将’lena.bmp’做直方图匹配。 3. 不使用histeq函数,自己编写程序完成直方图均衡化,并显示直方图均衡化前后的图像以及其直方图。 4. 不使用histeq函数,自己编写程序完成直方图匹配,显示匹配前后的图像、模板直方图和匹配过的直方图。 -1. Write a program to complete the gray piecewise linear transformation. As shown below, enter the coordinates of two points to complete the piecewise linear contrast of the image stretched. 2. Learn to use histeq function, complete ① on ' lena.bmp' histogram equalization ② to ' cameraman.tif' histogram as a template, the ' lena.bmp' do histogram matching. 3. Do not use histeq function, write your own program to complete histogram equalization, and display the image and its histogram before and after histogram equalization. 4. Do not use histeq function, write your own program to complete histogram matching, display images before and after the match, the template histogram and histogram matching too.
Platform: | Size: 1024 | Author: 郭亚周 | Hits:

[Graph programCMatch

Description: 轮廓匹配,基于给定模板,可以在一定复杂环境下实现对目标的检测,对于一定程度的放大、缩小、平移、旋转都具有良好的检测效果-Contour matching. Based on template image, object in a certain complex environment with a certain degree of amplification, reduction, translation and rotation could be match in high accuracy.
Platform: | Size: 1024 | Author: L_mo | Hits:

[Special Effectssad

Description: SAD算法的使用,可以准确匹配图像,待测图像和模板图像的匹配,换一下路径可以使用(SAD algorithm, you can accurately match the image, the image to be tested and template matching, change the path can be used)
Platform: | Size: 344064 | Author: amoairoy | Hits:

[JSP/Javajfinal-3.1-手册

Description: JFinal 3.1 针对 3.0 版推出的魔板引擎进行了深度打磨,例如魔板 parse 异常提示更加友好明确,消除指令嵌套时多出来的一个换行符,对于模板 isModified() 逻辑进行了重构,消除冗余代码,可读性更好。(JFinal 3.1 for the magic board engine version 3 launched the depth of grinding, such as the parse magic board abnormal more friendly and clear, a newline elimination instruction when nesting more out of the match, the template isModified () the logic of reconstruction, eliminate redundant code, better readability.)
Platform: | Size: 1993728 | Author: y_always | Hits:
« 1 2 3 4 5 6 78 »

CodeBus www.codebus.net